home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000069_news@columbia.edu_Thu Dec 7 19:13:14 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01842
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Fri, 8 Dec 1995 23:11:39 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id XAA16047 for kermit.misc@watsun; Fri, 8 Dec 1995 23:11:37 -0500
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!howland.reston.ans.net!nntp.coast.net!swidir.switch.ch!in2p3.fr!oleane!calvacom!newsmaster
  5. From: do11@calvacom.fr (Dominique Ottello)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: MS-DOS Kermit and FASTCOM8 card
  8. Date: 7 Dec 1995 19:13:14 GMT
  9. Organization: CalvaNet. French IP Provider.
  10. Lines: 36
  11. Message-Id: <4a7eca$3i9@midgard.calvacom.fr>
  12. Nntp-Posting-Host: ppp5-10.calvacom.fr
  13. Mime-Version: 1.0
  14. Content-Type: Text/Plain; charset=US-ASCII
  15. X-Newsreader: WinVN 0.99.7
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Hello from France.
  19.  
  20. I apologize for my wrong English.
  21.  
  22. I try to use, on a PC with MS-DOS Kermit 3.14, a com card with 8 16550
  23. ports. The card is nammed FASTCOM8. this card is configured with
  24. address 280 and IRQ 5
  25. I use : set com3 \x280 5
  26.         set port 3
  27.         set speed 38400
  28.         and so on
  29.  
  30. The lines are connected to host VME using Motorola Versados.
  31. When I use standard PC COM1 or COM2 with the same mskermit.ini file but
  32. set port 1 or set port 2 in place of set com3 \x280 5  set port 3,
  33. all things works fine.
  34.  
  35. When I want to use the Fastcom8 card, things seem to works well, but I have
  36. no echo on PC screen in all case : connect mode or with set input echo on
  37. but the PC login on the host is correct.
  38.  
  39. May I have any answer about this problem because the only difference is :
  40.  
  41.         COM1 or COM2                   FASTCOM8
  42.         set port 1       in place of    set com3 \x280 5
  43.     or  set port 2                      set port 3
  44.  
  45. Is there any problem with IRQ I choose or DMA channel or anything else
  46. in the setup of the PC.
  47. I connect a RS232 spy box on the line and there is activity on the Receive 
  48. line but nothing on the PC screen
  49.  
  50. Thank you for your attention.
  51.  
  52.      -+- Dominique -+-
  53.